home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / addrive.lbr / ADDRIVE.DOC
Encoding:
Text File  |  2011-02-02  |  1.6 KB  |  33 lines

  1.                            ADDRIVE.COM
  2.  
  3.      Use ADDRIVE.COM to bypass the resetting of the system board 
  4. floppy drive configuration switches when using the SUPERDRV 
  5. ramdisk from AST Research.
  6.  
  7.      Normally, before using SUPERDRV, you must open your PC and 
  8. set these switches as though your SUPERDRV were a real floppy 
  9. drive.  ADDRIVE allows you to 'configure' the PC without actually 
  10. changing the switch settings.
  11.  
  12. Syntax: ADDRIVE x:
  13.  
  14.      Where x: = B:, C: or D:.
  15.  
  16.      If the specified drive is already indicated in the BIOS 
  17. flags, ADDRIVE just exits.  Otherwise, ADDRIVE will reset the 
  18. BIOS flags to indicate the existence of the specified drive (and 
  19. any missing drives preceeding it),  and cause DOS to re-boot.    
  20. Thus you can use ADDRIVE in an AUTOEXEC.BAT file without causing 
  21. an infinite loop.
  22.  
  23. You should use ADDRIVE before loading any resident routines.
  24.  
  25. Example AUTOEXEC.BAT file:  echo off
  26.                             addrive c:
  27.                             superdrv c:/u=192
  28.  
  29.  
  30.      Rich Winkel, Columbia, MO.
  31. f
  32.                             addrive c:
  33.                             superdrv c:/u=192